2021 iThome 鐵人賽
分享至
<input type="button" value="點我試試" onclick="alert('hello')">
使用<script> </script>進行書寫
<script> </script>
<script> alert('JS內嵌書寫範例'> </script>
<script src="my.js"> //my.js為JavaScript檔案 </script>
IT邦幫忙